Skip to content

✅ E2E - Any instance friendly#2142

Merged
AntoLC merged 2 commits intomainfrom
e2e/test-on-instance
Apr 7, 2026
Merged

✅ E2E - Any instance friendly#2142
AntoLC merged 2 commits intomainfrom
e2e/test-on-instance

Conversation

@AntoLC
Copy link
Copy Markdown
Collaborator

@AntoLC AntoLC commented Mar 26, 2026

Purpose

With the test e2e, we would like to be able to test not only the local application but the instances as well.
To do so, we will use env files that will give us the possibility to test all kind of instances, by default the local one.

The default one is .env, to test our instances we will use env.local that will be override the default one.


Note

We now support as well last-run.
If you retry the workflow because of a flaky test, only the failing tests will retry.

@AntoLC AntoLC self-assigned this Mar 26, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 26, 2026

Size Change: 0 B

Total Size: 4.25 MB

📦 View Changed
Filename Size Change
apps/impress/out/_next/static/6d18bb59/_buildManifest.js 614 B +614 B (new file) 🆕
apps/impress/out/_next/static/45e7d303/_buildManifest.js 0 B -614 B (removed) 🏆

compressed-size-action

@AntoLC AntoLC linked an issue Mar 27, 2026 that may be closed by this pull request
@AntoLC AntoLC force-pushed the e2e/test-on-instance branch from bc0c3b1 to 2b7e6f0 Compare March 31, 2026 15:04
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 31, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 15031d7b-c4f7-412c-8073-da6680c39fa1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch e2e/test-on-instance

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@AntoLC AntoLC force-pushed the e2e/test-on-instance branch 4 times, most recently from dedd8f7 to e4cfbca Compare April 2, 2026 12:15
@AntoLC AntoLC changed the title ✅ E2E - Test on instance ✅ E2E - Any instance friendly Apr 2, 2026
@AntoLC AntoLC force-pushed the e2e/test-on-instance branch 4 times, most recently from 1dbff9c to 683b255 Compare April 7, 2026 09:01
@AntoLC AntoLC requested a review from Ovgodd April 7, 2026 09:06
Copy link
Copy Markdown
Collaborator

@Ovgodd Ovgodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great improvement

AntoLC added 2 commits April 7, 2026 16:11
We want to be able to run our e2e tests on
any instance of Docs, to do so we need to make
some adjustments to our tests and configuration.
We will use environment variables to configure
the tests.
We improved the test suite to only replay failed
tests when rerunning the test suite.
This allows us to focus on fixing the failed
tests without having to wait for the entire
test suite to run again.
We add the Browser in cache to speed up the test
execution and reduce the time it takes to run the tests.
@AntoLC AntoLC force-pushed the e2e/test-on-instance branch from 683b255 to 52c998e Compare April 7, 2026 14:11
@AntoLC AntoLC merged commit 52c998e into main Apr 7, 2026
51 of 55 checks passed
@AntoLC AntoLC deleted the e2e/test-on-instance branch April 7, 2026 16:02
@AntoLC AntoLC mentioned this pull request Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✅e2e bot on preprod

2 participants